home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Developer & Web Development Tools / Twistpad 1.64 / Setup.exe / Twistpad.exe / 0 / RCDATA / TFRMSELECTFOLDER / TFRMSELECTFOLDER.txt
Text File  |  2008-08-19  |  2KB  |  119 lines

  1. object FrmSelectFolder: TFrmSelectFolder
  2.   Left = 365
  3.   Top = 275
  4.   Width = 416
  5.   Height = 334
  6.   BorderIcons = []
  7.   Caption = 'Select Folders'
  8.   Color = clBtnFace
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poOwnerFormCenter
  16.   OnCreate = FormCreate
  17.   DesignSize = (
  18.     400
  19.     298)
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Label1: TLabel
  23.     Left = 10
  24.     Top = 285
  25.     Width = 263
  26.     Height = 13
  27.     Anchors = [akLeft, akRight, akBottom]
  28.     Caption = 'Add or remove folders that will be used in your search.'
  29.     WordWrap = True
  30.   end
  31.   object Label2: TLabel
  32.     Left = 10
  33.     Top = 10
  34.     Width = 134
  35.     Height = 13
  36.     Caption = 'Select the folders to look in:'
  37.   end
  38.   object EdgeResize1: TEdgeResize
  39.     Left = 390
  40.     Top = 291
  41.     Width = 17
  42.     Height = 15
  43.     Cursor = crSizeNWSE
  44.     ModernLook = False
  45.     Anchors = [akRight, akBottom]
  46.   end
  47.   object ListBox1: TListBox
  48.     Left = 10
  49.     Top = 28
  50.     Width = 300
  51.     Height = 248
  52.     Anchors = [akLeft, akTop, akRight, akBottom]
  53.     ItemHeight = 13
  54.     TabOrder = 0
  55.   end
  56.   object BtnAddFolder: TButton
  57.     Left = 319
  58.     Top = 195
  59.     Width = 80
  60.     Height = 23
  61.     Anchors = [akRight, akBottom]
  62.     Caption = '&Add...'
  63.     TabOrder = 1
  64.     OnClick = BtnAddFolderClick
  65.   end
  66.   object BtnCancel: TButton
  67.     Left = 319
  68.     Top = 59
  69.     Width = 80
  70.     Height = 23
  71.     Anchors = [akTop, akRight]
  72.     Cancel = True
  73.     Caption = '&Cancel'
  74.     ModalResult = 2
  75.     TabOrder = 2
  76.   end
  77.   object BtnIOk: TButton
  78.     Left = 319
  79.     Top = 29
  80.     Width = 80
  81.     Height = 23
  82.     Anchors = [akTop, akRight]
  83.     Caption = '&OK'
  84.     Default = True
  85.     ModalResult = 1
  86.     TabOrder = 3
  87.   end
  88.   object BtnRemoveFolder: TButton
  89.     Left = 319
  90.     Top = 225
  91.     Width = 80
  92.     Height = 23
  93.     Anchors = [akRight, akBottom]
  94.     Caption = '&Remove...'
  95.     TabOrder = 4
  96.     OnClick = BtnRemoveFolderClick
  97.   end
  98.   object BtnRemoveAll: TButton
  99.     Left = 319
  100.     Top = 255
  101.     Width = 80
  102.     Height = 23
  103.     Anchors = [akRight, akBottom]
  104.     Caption = 'Re&move All'
  105.     TabOrder = 5
  106.     OnClick = BtnRemoveAllClick
  107.   end
  108.   object FnpFormEnh1: TFnpFormEnh
  109.     AllowMaximized = False
  110.     AllowMinimized = False
  111.     StorageMode = SmFsIniFile
  112.     SavePosition = True
  113.     SaveSize = True
  114.     SubKey = '\Software\Carthago\TwistPad\windows'
  115.     Left = 52
  116.     Top = 243
  117.   end
  118. end
  119.